home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / mp3ext / MP3ext33b19.exe / {app} / Readme.txt < prev    next >
Encoding:
Text File  |  2002-07-13  |  7.7 KB  |  178 lines

  1. README-File for MP3ext V3.3
  2.  
  3. For those who can't read help-files on their systems, here is a brief
  4. description, of MP3ext:
  5. It's a small extension to the explorer which adds a Property-Sheet to the
  6. MP3-Files, which shows some info about it. ID3-Tag is supported too, and
  7. has got big support for editing them; even multiple of it. With the new
  8. actions, it is possible to export and reuse the ID3-Tag data in any way
  9. you like.
  10.  
  11. Distribution:
  12. The file can be distributed everywhere, as long as no modifications are
  13. made to the package.
  14.  
  15. Now for the history:
  16. + = addition
  17. * = change
  18. ! = bugfix
  19.  
  20. Version 3.3.18 -> 3.3.19 (02/07/13)
  21. + added icon in the property-page
  22. * changed the colors of the default icons in order to see more differences in
  23.   the higher bitrates (-> colors shifted)
  24. * Fixed bitrates for mpeg2 layer 3 (thanks to Andrzej X.)
  25.  
  26. Version 3.3.17 -> 3.3.18
  27. + added $(file2) & $(path2) to the actions which replace '\' into '\\' so you
  28.   can create JScript batch-files (e.g. for renaming). Thanks to Henry Yang
  29.   <twbubu@yahoo.com> for the patches
  30. * changed to MS VC++ 7.0
  31. * using ATL for the DLL-Stubs; hopefully more compatible with future Windows
  32.   versions now.
  33.  
  34. Version 3.3.16 -> 3.3.17 
  35. ! the accelearators weren't reenabled. Now they really work.
  36. + added new Frames: WXXX, TOPE, TCOP, TENC
  37. + You can set the total number of tracks in the TRCK-frame
  38. + Added possibilty of default setting of frames. see Readme30.txt for more info.
  39. * replaced rx.lib by gnu regex -> faster (5x) & hopefully more stable
  40.  
  41. Version 3.3.15 -> 3.3.16 
  42. + added scanall options to templates. If selected, all templates are tried to match.
  43.   If not selected, only the first matched template is used. This speeds up the scan.
  44.   The default is true. (I hope you like that, bws.)
  45. ! The order of the icons was wrong. (224kb & 256kb icons were swapped)
  46. * The button of the actions is still small.
  47. * reenabled the ctrl-arrows for skipping to the next file
  48.  
  49. Version 3.2.14 -> 3.3.15 
  50. + added support for icon bitrates 224kb & 320kb (if they don't exist
  51.   in a theme then the 192kb/256kb-icon are used
  52. * The Studio-Image is gone, and replaced with the "Other" Image
  53. ! The ID3v1-genre "Trash Methal" is now called "Thrash Metal"
  54. ! The installer now makes an entry in the registry to the approved
  55.   shellextension for WinNT.
  56. now the changes & fixes done by bws (zrocker@hotmail.com):
  57. * Tweaked the Scan Templates (again...even faster)
  58. * Tweaked the Scan function (faster)
  59. + Added icon busy support while scanning
  60. * Enhanced most dialogs to support accelerator keystrokes throughout
  61. * Fixed a few bugs that could cause memory leaks
  62. * Have identified that the rx library leaks memory...not resolved yet.
  63. * Tweaked the Scan Templates (faster, better support lots of common MP3 filenames)
  64. * Enhanced Capitalization support some more (smarter)
  65. ! Fixed some of the unicode support causing MP3ext to crash!
  66. + Added ActionButtonText support for Action files (see AlbumRename.mp3a)
  67. * Enhanced capitalize support to cap each word (lower other alphas)
  68. * Remove "Filename: ..." from popup tips/status line...too wordy
  69. ! Fixed action loading and saving (would crash sometimes)
  70. ! Fixed boolean Registry entries kept by MP3ext (were wacked strings)
  71. ! Fixed action loading and saving (would crash sometimes)
  72. * Enhanced the Templates used to scan filenames...works much better now
  73.  
  74. Version 3.2.13 -> 3.2.14 
  75. ! The tracks >= 10 are now displayed correctly in the pulldown-menu.
  76. * The W???-Tags are now recognized and saved. But not editable
  77. * fixed some strings in the GUI
  78.  
  79. Version 3.2.12 -> 3.2.13 
  80. ! Tooltips on a playlist crashed explorer.
  81.  
  82. Version 3.1b11 -> 3.2.12 (check the ReadmeV30.txt file for more info)
  83. + finally full unicode support (under windows NT only!)
  84. + lyrics support
  85. + image support
  86. ! Fixed bug with just being created MP3-files.
  87. * new version handling. I just got rid of the 'b'. Version is now
  88.   <MAJOR>.<MINOR>.<BUILD>
  89.  
  90. Version 3.1b10 -> 3.1b11
  91. ! fixed bug in calculation of the size tag.
  92.  
  93. Version 3.1b9 -> 3.1b10
  94. * Actions: If an action-target-file has the ending *.bat, then a translation to
  95.   the DOS-charset is done. Now you can rename files with unlauts too.
  96. ! MP3ext didn't free all handles to the registry. fixed
  97. ! After the scan of mp3s the MP3-Info didn't update correct.
  98.  
  99. Version 3.1b8 -> 3.1b9
  100. ! Bug fix in the Icon-handler. Should now display the internal icons correctly.
  101.  
  102. Version 3.1b7 -> 3.1b8
  103. ! Displays the filename of the current file after a scan.
  104.  
  105. Version 3.1b6 -> 3.1b7
  106. + files are now sorted after the complete path of the file
  107. ! replaced a call to shlwapi.dll. Now this DLL isn't used anymore.
  108. ! fixed a bug which could cause explorer to crash on locked files
  109. ! fixed a memory leak in the action handler.
  110.  
  111. Version 3.1b3 -> 3.1b4
  112. + added displaying of the basic MP3-info for the single files
  113. + support for TSIZ-frame: (see Readme30.txt for better description)
  114.   * the Average-time field is gone, therfore you have a Size-field
  115.   + new action fields: $(diffsize): see Readme30.txt
  116.                        $(diffwarn): displays 'File incomplete: $(diffsize)' if diffsize<>0
  117.                                     otherwise it is empty. Used for Tooltips.
  118. ! Time of the MP3 now calculated from the beginning of the MP3-data; i.e. without
  119.   the ID3v2-frame.
  120.  
  121.  
  122. Version 3.1b2 -> 3.1b3
  123. + Actions: new keywords: curdateUS: the current date of the form mm.dd.yyyy
  124.                          curdateEU: the current date of the form dd.mm.yyyy
  125. ! Actions: when an escaped character can't be expanded, then it is rescanned
  126.   again. The following will now work: c:\$(artist).txt
  127. ! within the actions: $(curdate) & $(curtime) now work again
  128. + saving now in seperate thread: the GUI is now updated every time.
  129.   As a sideeffect, you can abort the save, when you press the cancel-button
  130. * increased buffer during filecopy. This should speed it up a bit
  131. ! removed bug which caused MP3ext to crash on network-computers
  132.  
  133. Version 3.1b1 -> 3.1b2
  134. + recompiled with VC6SP2
  135. + more genres for ID3v1
  136. + support for compressed frames
  137. + support for variable bitrate
  138.  
  139. Version 3.0b6 -> 3.1b1
  140. + ToolTips
  141. + made static version, which is independent from any other DLLs
  142. + added the possibility of themes
  143. * the homepage changed: it is now
  144.   http://rupert.informatik.uni-stuttgart.de/~mutschml/MP3ext/MP3ext.html
  145. ! readded the global function GetMP3Info() for programmers
  146.  
  147. Version 3.0b5 -> 3.0b6
  148. ! empty MP3-files no longer cause a crash....
  149. ! Filename-Scanner: you can now put '()' in arrays
  150. ! scanning m3u-files no longer causes an endless-loop
  151.  
  152. Version 3.0b4 -> 3.0b5
  153. ! actions are now loaded correct
  154. ! adjusted bitrates for mpeg2-layer3
  155. * for unknown files, the default icon is displayed, e.g. .mid .m3u
  156. * new icons for almost all bitrates. Thanks to Peter Oberparleite.
  157. + Icons can now be customized
  158. + The Fileanalyzer now can convert the first char in a matched string to uppercase
  159. + when scanning the filename you can convert underscores to spaces *before* the
  160.   matching is done
  161.  
  162. Version 3.0b3 -> 3.0b4
  163. + you can disable the iconhandler. Then the old default icon will be displayed
  164. + when reading an ID3V1 Tag, the fields are now trimmed, i.e. leading and trailing
  165.   spaces are removed!
  166. + progress bar while saving (useful, if you tag many files at once...)
  167. ! templates are now loaded on Win95/Win98 systems too
  168.  
  169. Version 3.0b2 -> 3.0b3
  170. ! now it works on Win95/98
  171. ! search now works again (holding shift & selecting something from the drop-down-lists)
  172. ! the flags of the MP3frames weren't cleared before
  173. ! MP3ext won't crash anymore, if there isn't a file displayed
  174. * removed scandir-flag from the configuration. was obsolete
  175. + added handler for the shortcuts (finally I found how to install an accelerator
  176.   in modal dialog boxes.....)
  177.  
  178. changes before 3.0b2 are not logged